* bibtex.el (bibtex-string): Use \" instead of "" to get a double
authorJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 21:33:52 +0000 (21:33 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 21:33:52 +0000 (21:33 +0000)
quote inside a string.
* vms-patch.el (print-region-function): Same.

lisp/textmodes/bibtex.el
lisp/vms-patch.el

index 0b49065ea3768d0c363f128885f09c0ff7d180f0..f1f8b6e2b18d99d8c2244b2f9d53cb990eac4fda 100644 (file)
@@ -1105,7 +1105,7 @@ as such should normally be set via a file local variable entry.")
 (defun bibtex-string ()
   (interactive)
   (bibtex-move-outside-of-entry)
-  (insert "@string{ = """"}\n")
+  (insert "@string{ = \"\"}\n")
   (previous-line 1)
   (forward-char 8))
 
index 7f88e23b7fe0fea7d4c5979514ae2d056fbd7b0d..93edaa86808c4a5ddec89f95122ecb8135ee0395 100644 (file)
@@ -168,7 +168,7 @@ spawned Emacs and doing things like \"emacs -l myfile.el -f doit\""
         (send-command-to-subprocess
          1
          (concat command
-                 " sys$login:delete-me.txt/name=""GNUprintbuffer"" "
+                 " sys$login:delete-me.txt/name=\"GNUprintbuffer\" "
                  (mapconcat 'identity switches " "))
          nil nil nil)))